home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / tekkyuu.zip / tekkyuu / tekkyuu.swf / scripts / DefineButton2_304 / BUTTONCONDACTION on(release).as
Text File  |  2008-02-20  |  380b  |  22 lines

  1. on(release){
  2.    Mouse.hide();
  3.    _root.gbmapx = 1;
  4.    _root.gbmapy = 0;
  5.    _root.hx = 320;
  6.    _root.hy = 340;
  7.    _root.st4 = "l";
  8.    _root.st5 = "tati";
  9.    _root.buki = 1;
  10.    _root.maxbuki = 1;
  11.    _root.maxhp = 100;
  12.    _root.myhp = 100;
  13.    _root.tobira = 0;
  14.    i = 0;
  15.    while(i < 30)
  16.    {
  17.       _root.mapst[i] = 1;
  18.       i++;
  19.    }
  20.    _root.gotoAndPlay(5);
  21. }
  22.